home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / frexxed.fpl.readme < prev    next >
Text File  |  1995-07-26  |  818b  |  34 lines

  1. ############################################
  2. File:        FrexxEd.FPL
  3. Author:        Kjell Ericson/Daniel Stenberg
  4. Email:        FidoNet 2:201/328
  5. Short:        Executes a collection of FPL scripts
  6. Version:    1.4
  7. Date:        26.7.95
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type:        program
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   This file simply runs a few FPL scripts. Useful to run at startup time.
  17.  
  18. Executed scripts in order of execution:
  19.  
  20.      FrexxEdMain.FPL
  21.      Menu.FPL
  22.      ExtraIO.FPL
  23.      SameName.FPL
  24.      QueryKillChanges.FPL
  25.      User.FPL
  26.      Startup.FPL
  27.  
  28. HISTORY
  29.  
  30.   1.1    Makes a MenuBuild() in the end of the file.
  31.   1.2   MenuBuild() is removed! Updated this file.
  32.   1.3   Executes all FPL files in the StartupFPL drawer too!
  33.   1.4   Fixed it to actually execute the files in the order described above!
  34.